home *** CD-ROM | disk | FTP | other *** search
- /*
- * migVersion.h --
- *
- * Define the migration version, which is machine-dependent.
- *
- * Copyright 1989 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that the above copyright
- * notice appear in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /cdrom/src/kernel/Cvsroot/kernel/proc/sun4c.md/migVersion.h,v 1.10 91/09/24 17:35:41 rab Exp $ SPRITE (Berkeley)
- */
-
- /*
- * Set the migration version number. Machines can only migrate to other
- * machines of the same architecture and version number.
- */
- #ifndef PROC_MIGRATE_VERSION
- #define PROC_MIGRATE_VERSION 20
- #endif /* PROC_MIGRATE_VERSION */
-
-